home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / oddech / fight / fight9.exe / scripts / DefineButton2_465 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-09-29  |  79 b   |  5 lines

  1. on(release){
  2.    agxin = (agxin + 1) % 2;
  3.    _root.gxin._visible = agxin;
  4. }
  5.